-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate env_logger to 0.11.6 #78
Open
nextest-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/env_logger-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.10.2
fix(deps): update rust crate env_logger to 0.11.0
Jan 20, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
2 times, most recently
from
January 27, 2024 04:12
016944f
to
45b672d
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.0
fix(deps): update rust crate env_logger to 0.11.1
Jan 27, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
February 14, 2024 04:14
45b672d
to
8fd5681
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.1
fix(deps): update rust crate env_logger to 0.11.2
Feb 14, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
March 6, 2024 04:13
8fd5681
to
9aabb26
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.2
fix(deps): update rust crate env_logger to 0.11.3
Mar 6, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
May 5, 2024 03:14
9aabb26
to
59b5bb1
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.3
fix(deps): update rust crate env_logger to 0.11.0
May 5, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
May 7, 2024 03:15
59b5bb1
to
ba09447
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.0
fix(deps): update rust crate env_logger to 0.11.3
May 7, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
4 times, most recently
from
May 7, 2024 04:39
61f4a82
to
c816a0d
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
2 times, most recently
from
May 18, 2024 12:48
95007cb
to
9172300
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
June 28, 2024 03:31
9172300
to
41e11bb
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
July 24, 2024 03:15
41e11bb
to
004aa2b
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.3
fix(deps): update rust crate env_logger to 0.11.4
Jul 24, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
July 26, 2024 03:17
004aa2b
to
7ef7708
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.4
fix(deps): update rust crate env_logger to 0.11.5
Jul 26, 2024
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
2 times, most recently
from
September 12, 2024 03:34
8e9405e
to
02c9c98
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
September 15, 2024 03:36
02c9c98
to
348d22f
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
2 times, most recently
from
October 23, 2024 03:26
ce1c863
to
c6edb2c
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
November 1, 2024 06:21
c6edb2c
to
e2457b6
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
November 6, 2024 05:33
e2457b6
to
22f6ae0
Compare
nextest-bot
force-pushed
the
renovate/env_logger-0.x
branch
from
December 21, 2024 04:18
22f6ae0
to
b4074a6
Compare
nextest-bot
changed the title
fix(deps): update rust crate env_logger to 0.11.5
fix(deps): update rust crate env_logger to 0.11.6
Dec 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.1
->0.11.6
Release Notes
rust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
v0.11.5
Compare Source
v0.11.4
Compare Source
v0.11.3
Compare Source
Features
unstable-kv
v0.11.2
Compare Source
v0.11.1
Compare Source
Fixes
Target::Pipe
v0.11.0
Compare Source
Migration Guide
env_logger::fmt::Style:
The bespoke styling API, behind
color
, was removed, in favor of accepting anyANSI styled string and adapting it to the target stream's capabilities.
Possible styling libraries include:
env_logger::fmt::style
custom_format.rs
uses
anstyle
viaFormatter::default_level_style
Breaking Change
env_logger::fmt::Formatter::style
env_logger::fmt::Formatter::default_styled_level
env_logger::fmt::Style
env_logger::fmt::Color
env_logger::fmt::StyledValue
env_logger::filter
in favor ofenv_filter
Compatibility
MSRV changed to 1.71
Features
NO_COLOR
andCLICOLOR_FORCE
, see https://bixense.com/clicolors/Fixes
is_test(true)
v0.10.2
Compare Source
Performance
Fixes
color
is disabledConfiguration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.